fix(deps): update all non-major dependencies#439
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
Conversation
|
Mention Blocks like a regular teammate with your question or request: @blocks review this pull request Run |
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
e3123e4 to
72b1c0f
Compare
c493fd0 to
ecfa9c5
Compare
69c5160 to
22c45ef
Compare
892fc92 to
1d3194f
Compare
306f016 to
c4c279d
Compare
c4c279d to
e0102e2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.25.1→2.29.010.3.3→10.3.510.3.3→10.3.510.3.3→10.3.54.2.2→4.2.31.6.0→1.7.024.12.0→24.12.2[3.0.0]→[3.1.0][10.0.5]→[10.0.6][10.0.5]→[10.0.6][18.3.0]→[18.4.0][1.15.0]→[1.15.2][1.15.0]→[1.15.2][1.15.0]→[1.15.2][1.15.0]→[1.15.2][2.12.4]→[2.12.14][10.0.5]→[10.0.6][5.23.0]→[5.31.1]4.11.1→4.11.34.65.0→4.69.016.2.1→16.2.41.14.7→1.14.925.10.9→25.10.1022.22.1-alpine→22.22.2-alpine22.22.1-alpine→22.22.2-alpine8.5.8→8.5.103.8.1→3.8.319.2.4→19.2.519.2.4→19.2.57.72.0→7.73.14.7.6→4.10.03.8.0→3.8.14.1.0→4.3.110.3.3→10.3.54.2.2→4.2.329.4.6→29.4.99.5.4→9.5.71.112.0→1.116.0Release Notes
Redocly/redocly-cli (@redocly/cli)
v2.29.0Compare Source
v2.28.1Compare Source
Patch Changes
v2.28.0Compare Source
Minor Changes
remove-unused-componentsdecorator to the post-bundle phase so that components that become unused only after$refresolution are correctly removed.Patch Changes
defaultMappingproperty was not resolved when bundling.v2.27.1Compare Source
Patch Changes
Fixed an issue where
--component-renaming-conflicts-severityignored conflicts when different files had components with the same name but different content.Warning: Autogenrated component names and
$refpaths in bundled documents may differ from older releases.Updated @redocly/openapi-core to v2.27.1.
v2.27.0Compare Source
Minor Changes
junitoutput in thescorecard-classiccommand.lintbehavior with the--generate-ignore-fileoption.Now
lintupdates only the entries related to the file being linted.Other files' entries are unchanged.
Patch Changes
v2.26.0Compare Source
Minor Changes
excludedPathsoption to theno-http-verbs-in-pathsrule, allowing specific paths to be excluded from evaluation.Patch Changes
no-required-schema-properties-undefinedrule to report when a required property is not defined in everyoneOf/anyOfbranch.v2.25.4Compare Source
Patch Changes
v2.25.3Compare Source
Patch Changes
spec-discriminator-defaultMappingrule that could cause crashes or incorrect validation results.The rule now correctly resolves existing schema names, traverses composite schemas (
allOf,anyOf,oneOf) to find required properties, treatsdefaultMappingvalues as$refs to schemas, resolves$refs correctly across files, and handles cyclic schema dependencies.v2.25.2Compare Source
Patch Changes
picomatchdependency to^4.0.4.storybookjs/storybook (@storybook/addon-links)
v10.3.5Compare Source
v10.3.4Compare Source
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)Microsoft/ApplicationInsights-dotnet (Microsoft.ApplicationInsights)
v3.1.0TelemetryContextproperties public and propagate them viaTelemetryClient.APPLICATIONINSIGHTS_CONNECTION_STRINGenvironment variable for Base, Web, and NLog packages when connection string is not set via code.OTEL_SDK_DISABLEDnot being honored whenTelemetryConfiguration.DisableTelemetryis set in DI scenarios., #3157TrackAvailabilityignoring user-specifiedTimestamponAvailabilityTelemetry. The timestamp is now emitted asmicrosoft.availability.testTimestampso downstream exporters can use the correct event time.netstandard2.0target framework toMicrosoft.ApplicationInsightspackage to support customers with shared libraries targeting netstandard2.0.TelemetryClient.Context.Cloud.RoleNameset after construction now applies to all telemetry.NullReferenceExceptioninTelemetryClient.Flush()andFlushAsync()when called from DI scenariosApplicationVersionignored:ApplicationInsightsServiceOptions.ApplicationVersionis now applied asservice.versionon the OpenTelemetry Resource for both AspNetCore and WorkerService packagesHttpRequestExtensions.UnvalidatedGetHeaderalways returning empty string instead of the actual header value. Restored max-length enforcement to guard against oversized header values.dotnet/dotnet (Microsoft.AspNetCore.OpenApi)
v10.0.6microsoft/vstest (Microsoft.NET.Test.Sdk)
v18.4.0What's Changed
Add LoongArch64 support by @stdmnpkg in #15359
Refactor Condition evaluation by @Youssef1313 in #15357
Adding info on extensions points part 1 by @nohwnd in #15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in #15373
Update runtime versions by @nohwnd in #15372
Fix .NET 10 regression for traits by @Youssef1313 in #15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in #15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in #15365
Update SECURITY.md by @Youssef1313 in #15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
open-telemetry/opentelemetry-dotnet (OpenTelemetry)
v1.15.2Release details: 1.15.2
export fails and error logging is enabled.
BatchExportProcessorandPeriodicExportingMetricReaderto enable the OpenTelemetry SDK to workin single-threaded WebAssembly environments such as Blazor and
Uno Platform.
v1.15.1Release details: 1.15.1
treats baggage names and values as case sensitive, aligning with the latest
Baggage API specification.
OpenTelemetry.ApiandOpenTelemetrySDK,including fixes for thread-safety, sampler edge cases, metrics precision,
and observable instrument lifecycle handling.
StackExchange/StackExchange.Redis (StackExchange.Redis)
v2.12.14Compare Source
What's Changed
Impact: "high" if using cluster and high-integrity-mode together (resolves an issue that can mis-report
-MOVEDresponses as integrity failures)NuGet link
New Contributors
Full Changelog: StackExchange/StackExchange.Redis@2.12.8...2.12.14
v2.12.8Compare Source
What's Changed
Full Changelog: StackExchange/StackExchange.Redis@2.12.4...2.12.8
dequelabs/axe-core (axe-core)
v4.11.3Compare Source
v4.11.2Compare Source
hashicorp/terraform-provider-azurerm (azurerm)
v4.69.0Compare Source
FEATURES:
azurerm_traffic_manager_profile(#31977)azurerm_web_pubsub(#32126)azurerm_automation_runtime_environment_package(#32022)azurerm_container_app_environment_managed_certificate(#31137)ENHANCEMENTS:
Go- update to1.25.9(#32148)kubernetesconfiguration/fluxconfiguration- update to API version2025-04-01(#32080)azurerm_kubernetes_cluster_node_pool- export thenode_image_versionproperty (#32108)azurerm_storage_account_blob_container_sas- expandpermissionsblock to include new fields (#32149)azurerm_storage_account_sas- expandpermissionsblock to include new fields (#32149)azurerm_storage_share- export therbac_scope_idproperty (#31194)azurerm_bot_channels_registration- add support for themicrosoft_app_type,microsoft_app_tenant_id, andmicrosoft_app_user_assigned_identity_idproperties (#30457)azurerm_cdn_frontdoor_route- thecdn_frontdoor_origin_idsproperty is now optional, allowing users to use thedepends_onmeta-argument instead (#29350)azurerm_cognitive_deployment- therai_policy_nameproperty is now Optional + Computed as Azure returns a value when not set in the creation request (#32131)azurerm_container_app- add support foridentity_idproperty incustom_scale_ruleblock (#29777)azurerm_key_vault- added object-name max length validation for all key vault entries (keys, secrets, certs, etc) (#30665)azurerm_kubernetes_cluster_node_pool- export thenode_image_versionproperty (#32108)azurerm_kubernetes_flux_configuration- thegit_repository.providerproperty now supportsGitHub(#32080)azurerm_monitor_scheduled_query_rules_alert_v2- add support for email_subject within action block (#32132)azurerm_storage_share- export therbac_scope_idproperty (#31194)BUG FIXES:
azurerm_linux_virtual_machine- parseos_managed_disk_idinsensitively as Azure returns static segments cased inconsistently (#32145)azurerm_private_dns_resolver_inbound_endpoint- theip_configurations.private_ip_address,ip_configurations.private_ip_allocation_method, andip_configurations.subnet_idproperties are now ForceNew as the API does not allow updating these values (#31088)v4.68.0Compare Source
FEATURES:
azurerm_managed_devops_pool(#28325)azurerm_private_dns_cname_record(#31833)azurerm_data_protection_backup_instance_data_lake_storage(#32044)azurerm_managed_devops_pool(#28325)ENHANCEMENTS:
go-azure-sdk- upgrade tov0.20260407.1111603(#32112)azurerm_bastion_host- exportprivate_only_enabled(#32042)azurerm_key_vault- improve validation for thenamefield to prevent apply time errors (#30453)azurerm_mssql_managed_instance- add support for thegeneral_purpose_v2_enabledproperty (#29303)azurerm_app_configuration_feature- Add support forcustom_filter(#30160)azurerm_bastion_host- add support for a "Private-only" deployment and exportprivate_only_enabled(#32042)azurerm_cosmosdb_account- add support for theEnableFabricNetworkAclBypasscapability (#31836)azurerm_key_vault- improve validation for thenamefield to prevent apply time errors (#30453)azurerm_kubernetes_cluster- changingoidc_issuer_enabledfromtruetofalsenow forces resource recreation as the API does not support this (#32117)azurerm_kubernetes_cluster_node_pool- lock on subnet ID instead of subnet name to prevent unnecessary serialization (#32001)azurerm_mssql_managed_instance- export thegeneral_purpose_v2_enabledproperty (#29303)azurerm_netapp_volume- add support fordata_protection_advanced_ransomware(#32099)azurerm_private_endpoint- therequest_messageandis_manual_connectionproperties are now validated at plan time (#31705)azurerm_storage_account- theis_hns_enabledproperty is now validated at plan time (#30536)BUG FIXES:
azurerm_databricks_workspace- fix the update behaviour for theaccess_connector_idproperty (#32025)azurerm_function_app_flex_consumption- add locking onvirtual_network_subnet_idto prevent conflicts if the same subnet is used for multiple deployments (#32091)azurerm_kubernetes_cluster- fix an issue that preventedoidc_issuer_enabled = falsefrom being set on create (#32117)azurerm_kubernetes_cluster- fix a diff caused by Azure's default value foroidc_issuer_enabledchanging in AKS 1.34+ (#32117)azurerm_public_ip-domain_name_label,reverse_fqdn,domain_name_label_scopecan now be set to empty (#31699)azurerm_resource_group- fix parallelism issue in create_poller (#32123)azurerm_storage_account- RemoveTLS1_3as a valid value formin_tls_version(#32072)v4.67.0Compare Source
FEATURES:
azurerm_storage_sync(#31995)azurerm_data_protection_backup_policy_data_lake_storage(#31179)azurerm_eventgrid_namespace_topic(#30104)azurerm_kubernetes_cluster_deployment_safeguard(#31670)azurerm_resource_provider_feature_registration(#28303)ENHANCEMENTS:
go-azure-sdk- upgrade tov0.20260326.1151219(#32047)storage- update to API version2025-06-01(#32071)azurerm_application_gateway- export thebackend,listener, androuting_ruleproperties (#30376)azurerm_logic_app_standard- export thesite_config.ip_restriction_default_actionproperty (#31816)azurerm_mssql_elasticpool- export thehigh_availability_replica_countproperty (#31761)azurerm_application_gateway- add support for thebackend,listener, androuting_ruleproperties (#30376)azurerm_kubernetes_cluster- add support for theUbuntu2404OS SKU (#32070)azurerm_kubernetes_cluster- improve validation fornetwork_profile.0.advanced_networking(#31497)azurerm_kubernetes_cluster_node_pool- add support for theUbuntu2404OS SKU (#32070)azurerm_kusto_attached_database_configuration- add support for thedatabase_name_override,database_name_prefix,sharing.functions_to_exclude, andsharing.functions_to_includeproperties (#31470)azurerm_logic_app_standard- add support for thesite_config.scm_ip_restriction_default_actionproperty (#32043)azurerm_logic_app_standard- add support for thesite_config.ip_restriction_default_actionproperty (#31816)azurerm_mssql_elasticpool- add support for thehigh_availability_replica_countproperty (#31761)azurerm_nat_gateway- add support for theStandardV2SKU (#31197)azurerm_public_ip- add support for theStandardV2SKU (#31197)azurerm_public_ip_prefix- add support for theStandardV2SKU (#31197)BUG FIXES:
azurerm_backup_policy_vm- fix the Update function to properly set all timestamps when any ofbackup.time,retention_daily,retention_weekly,retention_montly, orretention_yearlychange (#31969)azurerm_cosmosdb_account- fix an API error caused bybackup.interval_in_minutesandbackup.retention_in_hoursbeing set to0in the API payload when not defined in config (#32037)azurerm_machine_learning_compute_instance- fix settingnode_public_ip_enabledinto state (#31725)azurerm_search_service- markquery_keys.keyvalue as sensitive (#32053) (#32053)v4.66.0Compare Source
FEATURES:
azurerm_container_app_environment_storage(#32007)azurerm_video_indexer_account(#31978)ENHANCEMENTS:
Go- upgrade to version 1.25.8 (#31907)azurerm_bastion_host- Upgrade API to2025-01-01(#32030)azurerm_kubernetes_cluster- add support for migration from Azure or Kubenet CNI to Azure CNI Overlay (#30959)azurerm_search_service: add support forendpointattribute (#32010)cognitive_account_rai_blocklist_resource- add support for thetagsproperty (#31871)BUG FIXES:
azurerm_container_app- fixfailure_count_thresholdvalidation values for container app probes (#31989)azurerm_linux_function_app_slot- fix API error when removing auth_settings_v2 configuration from a previously deployed appservice slot (#32008)azurerm_linux_web_app_slot- fix API error when removing auth_settings_v2 configuration from a previously deployed appservice slot (#32008)azurerm_log_analytics_workspace- preserve default value oflocal_authentication_enabled(#32004)azurerm_windows_function_app_slot- fix API error when removing auth_settings_v2 configuration from a previously deployed appservice slot (#32008)azurerm_windows_web_app_slot- fix API error when removing auth_settings_v2 configuration from a previously deployed appservice slot (#32008)vercel/next.js (eslint-config-next)
v16.2.4Compare Source
v16.2.3Compare Source
v16.2.2Compare Source
hashicorp/terraform (hashicorp/terraform)
v1.14.9Compare Source
1.14.9 (April 20, 2026)
BUG FIXES:
v1.14.8Compare Source
1.14.8 (March 25, 2026)
BUG FIXES:
i18next/i18next (i18next)
v25.10.10Compare Source
nodejs/node (node)
v22.22.2: 2026-03-24, Version 22.22.2 'Jod' (LTS), @RafaelGSS prepared by @aduh95Compare Source
This is a security release.
Notable Changes
SNICallbackinvocation intry/`cConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.